Has MyEclipse implicit breakpoint in debugging mode in class URLClassPath [migrated]
Posted
by
MJM
on Programmers
See other posts from Programmers
or by MJM
Published on 2012-03-10T08:44:28Z
Indexed on
2012/04/12
11:42 UTC
Read the original article
Hit count: 393
I am beginner in MyEclipse IDEA. I using 8.6.1 version of it. My issue is: When I execute my program in debug mode, MyEclipse go to sun.misc.URLClassPath class and I must Resume breakpoint(by pressing F8 key) and continue executing my program. MyEclipse stay in URLClassPath class in following thread stack:
1. URLClassPath$JarLoader.<init>(URL, URLStreamHandler, HashMap) line: 581
2. URLClassPath$JarLoader.ensureOpen() line: 631
3. URLClassPath$JarLoader.getJarFile(URL) line: 641
4. URLClassPath$JarLoader.ensureOpen() line: 631
Note: this event happen when some jar file exist in my project Build-Path but when my application is simple this problem don't make and first breakpoint is my first breakpoint.
Why this event happened?
© Programmers or respective owner